go/parser.parser.tryIdentOrType (method)

8 uses

	go/parser (current package)
		parser.go#L526: 	typ := p.tryIdentOrType()
		parser.go#L633: 		elt := p.tryIdentOrType()
		parser.go#L1100: 	if typ := p.tryIdentOrType(); typ != nil {
		parser.go#L1242: 	t := p.tryIdentOrType()
		parser.go#L1278: 			if t := p.tryIdentOrType(); t != nil {
		parser.go#L1373: func (p *parser) tryIdentOrType() ast.Expr {
		parser.go#L1504: 	if typ := p.tryIdentOrType(); typ != nil { // do not consume trailing type parameters
		parser.go#L2563: 			typ = p.tryIdentOrType()